home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / Simple / dbg_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-08-17  |  2KB  |  39 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="dbg_toolbar">
  4.         <bitmapsize>17,17</bitmapsize>
  5.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>    
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="debug_menu_run">
  8.             <bitmap>./img/run.png</bitmap>
  9.             <tooltip>Debug current file</tooltip>
  10.             <longhelp>Debug the current file</longhelp>
  11.         </object>
  12.         <object class="tool" name="debug_menu_stop">
  13.             <bitmap>./img/stop.png</bitmap>
  14.             <tooltip>Stop debugging</tooltip>
  15.             <longhelp>Stop debugging, end script</longhelp>
  16.         </object>
  17.         <object class="separator"/>
  18.         <object class="tool" name="debug_menu_next">
  19.             <bitmap>./img/stepover.png</bitmap>
  20.             <tooltip>Step over</tooltip>
  21.             <longhelp>Step to next line, do not step into functions</longhelp>
  22.         </object>
  23.         <object class="tool" name="debug_menu_step">
  24.             <bitmap>./img/stepin.png</bitmap>
  25.             <tooltip>Step into</tooltip>
  26.             <longhelp>Step into next source line</longhelp>
  27.         </object>
  28.         <object class="tool" name="debug_menu_stepout">
  29.             <bitmap>./img/stepout.png</bitmap>
  30.             <tooltip>Step out</tooltip>
  31.             <longhelp>Step out of current stack frame (i.e. function)</longhelp>
  32.         </object>
  33.         <object class="tool" name="debug_menu_cursor">
  34.             <bitmap>./img/run_cursor.png</bitmap>
  35.             <tooltip>Run script to cursor position</tooltip>
  36.             <longhelp>Debug the current script and stop at cursor position</longhelp>
  37.         </object>
  38.     </object>
  39. </resource>